home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 205
- Height = 58
- Caption = 'System Tray Scroller'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object chkActive: TCheckBox
- Left = 8
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Active'
- State = cbChecked
- TabOrder = 0
- OnClick = chkActiveClick
- end
- object ImageList: TImageList
- Left = 112
- Top = 8
- end
- object Timer: TTimer
- Interval = 50
- OnTimer = TimerTimer
- Left = 152
- Top = 8
- end
- end
-